home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / iv.dir / 00051_credits cancel.ls < prev    next >
Encoding:
Text File  |  1996-04-19  |  369 b   |  12 lines

  1. on mouseUp
  2.   global givCreditsCleanupFlag, givWhichText, givMAINMONITORSPRITE
  3.   set givCreditsCleanupFlag to 1
  4.   set the keyDownScript to EMPTY
  5.   set the editableText of sprite givWhichText to 0
  6.   set the castNum of sprite givMAINMONITORSPRITE to the number of cast "MainMonitorCast"
  7.   puppetSprite(24, 0)
  8.   puppetSprite(25, 0)
  9.   puppetSprite(26, 0)
  10.   go("ivMain")
  11. end
  12.